::-ms-clear {
   display: none;
}
::-ms-reveal {
   display: none;
}

.body-desktop-device ::-webkit-input-placeholder {
	color: #CCCCCC !important;
	opacity: 1;
}
.body-desktop-device ::-moz-placeholder {
	color: #CCCCCC !important;
	opacity: 1;
}
.body-desktop-device :-moz-placeholder {
	color: #CCCCCC !important;
	opacity: 1;
}
.body-desktop-device :-ms-input-placeholder {
	color: #CCCCCC !important;
	opacity: 1;
}

:focus::-webkit-input-placeholder {opacity: 0}
:focus::-moz-placeholder          {opacity: 0}
:focus:-moz-placeholder           {opacity: 0}
:focus:-ms-input-placeholder      {opacity: 0}

::-ms-clear {
	display: none;
 }
 
::-ms-reveal {
	display: none;
 }

/* ************************************************************************** */

[class *= "field"] .tip {
	font: normal 14px/1em 'DINPro';
	color: #333333;
	margin-bottom: 5px;
}

[class *= "field"] .error {
	display: none;
	padding-top: 3px;
	font: normal 12px/1em 'DINPro';
	color: #EE3124;
}

[class *= "field"].error .error {
	display: block;
}

/* ************************************************************************** */

.btn-next {
	height: 50px;
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0 20px;
	border: none;
	outline: none;
	background: transparent;
	cursor: default;
	background-color: #F2F2F2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font: bold 20px/1em 'DINPro';
	color: #D9D9D9;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-next span {
	position: relative;
	z-index: 2;
}

.btn-next span + .ico {
	margin-left: 10px;
	display: block;
	position: relative;
	z-index: 2;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.active .btn-next {
	cursor: pointer;
	color: #ffffff;
	background: #3790f3;
	background: -moz-linear-gradient(left,  #3790f3 0%, #ad39f2 100%);
	background: -webkit-linear-gradient(left,  #3790f3 0%,#ad39f2 100%);
	background: linear-gradient(to right,  #3790f3 0%,#ad39f2 100%);
	-webkit-box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.12), 0px 16px 28px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.12), 0px 16px 28px rgba(0, 0, 0, 0.16);
}

.active .btn-next::before,
.active .btn-next::after {
	display: block;
	content: '';
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.active .btn-next::before {
	background: #5da5f5;
	background: -moz-linear-gradient(left,  #5da5f5 0%, #bd61f5 100%);
	background: -webkit-linear-gradient(left,  #5da5f5 0%,#bd61f5 100%);
	background: linear-gradient(to right,  #5da5f5 0%,#bd61f5 100%);
}

.active .btn-next::after {
	background: #2664aa;
	background: -moz-linear-gradient(left,  #2664aa 0%, #7829aa 100%);
	background: -webkit-linear-gradient(left,  #2664aa 0%,#7829aa 100%);
	background: linear-gradient(to right,  #2664aa 0%,#7829aa 100%);
}

.body-desktop-device .active .btn-next:hover {
	-webkit-box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
}
.body-desktop-device .active .btn-next:hover::before {
	opacity: 1;
}

.body-desktop-device .active .btn-next:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.body-desktop-device .active .btn-next:active::after,
.body-mobile-device .active .btn-next:active::after {
	opacity: 1;
}

/* ************************************************************************** */

.btn-prev {
	height: 50px;
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0 20px;
	border: none;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font: bold 20px/1em 'DINPro';
	color: #333333;
	cursor: pointer;
	background: #F2F2F2;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-prev span {
	position: relative;
	z-index: 2;
}

.btn-prev .ico {
	display: block;
	position: relative;
	z-index: 2;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.btn-prev::before,
.btn-prev::after {
	display: block;
	content: '';
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-prev::before {
	background: #3790f3;
	background: -moz-linear-gradient(left,  #3790f3 0%, #ad39f2 100%);
	background: -webkit-linear-gradient(left,  #3790f3 0%,#ad39f2 100%);
	background: linear-gradient(to right,  #3790f3 0%,#ad39f2 100%);
}

.btn-prev::after {
	background: #2664aa;
	background: -moz-linear-gradient(left,  #2664aa 0%, #7829aa 100%);
	background: -webkit-linear-gradient(left,  #2664aa 0%,#7829aa 100%);
	background: linear-gradient(to right,  #2664aa 0%,#7829aa 100%);
}

.body-desktop-device .btn-prev:hover {
	color: #ffffff;
	-webkit-box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
}
.body-desktop-device .btn-prev:hover::before {
	opacity: 1;
}

.body-desktop-device .btn-prev:active {
	color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.body-desktop-device .btn-prev:active::after,
.body-mobile-device .btn-prev:active::after {
	opacity: 1;
}

/* ************************************************************************** */

.btn-radio {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #F2F2F2;
}

#step_cash .btn-radio,
#step_monthly_net_income .btn-radio,
#step_often_paid .btn-radio {
	height: 40px;
}

.btn-radio input[type="radio"] {
	display: block;
	position: absolute;
   	z-index: 1;
   	top: 0;
   	width: 100%;
   	height: 0;
   	overflow: hidden;
   	margin: 0;
   	padding: 0;
   	border: 0;
   	outline: none;
   	opacity: 0;
   	cursor: pointer;
}

.btn-radio input[type="radio"] + span {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font: normal 16px/1em 'DINPro';
	color: #333333;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	cursor: pointer;
	-webkit-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

.btn-radio input[type="radio"] + span b {
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	top: -1px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}

.btn-radio input[type="radio"] + span::before,
.btn-radio input[type="radio"] + span::after {
	display: block;
	position: absolute;
	content: '';
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

.btn-radio input[type="radio"] + span::before {
	background: #358ff2;
	background: -moz-linear-gradient(left,  #358ff2 0%, #ae39f2 100%);
	background: -webkit-linear-gradient(left,  #358ff2 0%,#ae39f2 100%);
	background: linear-gradient(to right,  #358ff2 0%,#ae39f2 100%);
}

.btn-radio input[type="radio"] + span::after {
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #ffffff;
}

.body-desktop-device .btn-radio input[type="radio"]:not(:checked) + span:hover {
	color: #ffffff;
	-webkit-box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 35px 77px rgba(0, 0, 0, 0.19), 0px 20px 45px rgba(0, 0, 0, 0.24);
}
.body-desktop-device .btn-radio input[type="radio"]:not(:checked) + span:hover::before {
	opacity: 1;
}

.body-desktop-device .btn-radio input[type="radio"]:not(:checked) + span:active,
.body-mobile-device .btn-radio input[type="radio"]:not(:checked) + span:active {
	color: #333333;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.body-desktop-device .btn-radio input[type="radio"]:not(:checked) + span:active::after,
.body-mobile-device .btn-radio input[type="radio"]:not(:checked) + span:active::after {
	opacity: 1;
}

.btn-radio input[type="radio"]:checked + span {
	color: #333333;
}

.btn-radio input[type="radio"]:checked + span::before {
	opacity: 1;
}

.btn-radio input[type="radio"]:checked + span::after {
	opacity: 1;
}

/* ************************************************************************** */

.input-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 1px #D9D9D9 inset;
	box-shadow: 0 0 0 1px #D9D9D9 inset;
}

.input-wrap input {
	display: block;
	position: relative;
	z-index: 2;
	width: -webkit-calc(100% - 4px);
	width: -moz-calc(100% - 4px);
	width: calc(100% - 4px);
	height: -webkit-calc(100% - 4px);
	height: -moz-calc(100% - 4px);
	height: calc(100% - 4px);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0 20px 2px 20px;
	font: normal 20px/1.5em 'DINPro';
	color: #333333;
	background: #ffffff;
	-webkit-appearance: none;
	-webkit-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}


.body-desktop-device .input-wrap input:-webkit-autofill,
.body-desktop-device .input-wrap input:-webkit-autofill:hover,
.body-desktop-device .input-wrap input:-webkit-autofill:focus,
.body-desktop-device .input-wrap input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 23px #fff inset !important;
	box-shadow: 0 0 0 23px #fff inset !important;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
}

.body-desktop-device .input-wrap input:-webkit-autofill {
	-webkit-text-fill-color: #333333 !important;
}

.body-desktop-device .input-wrap input::first-line {
	font: normal 20px/1.5em 'DINPro';
	color: #333333;
}


.input-wrap input + .bgr {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0;
	background: #279af2;
	background: -moz-linear-gradient(left,  #279af2 0%, #b435f2 100%);
	background: -webkit-linear-gradient(left,  #279af2 0%,#b435f2 100%);
	background: linear-gradient(to right,  #279af2 0%,#b435f2 100%);
	-webkit-transition: opacity 0.15s ease 0s;
	-ms-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.input-wrap input:focus + .bgr,
.body-desktop-device .input-wrap input:hover + .bgr,
.body-desktop-device .input-wrap input:active + .bgr,
.body-mobile-device .input-wrap input:active + .bgr {
	opacity: 1;
}

/* ************************************************************************** */






